configuration / chassis0 / slots / [SLOT-ID] / [gps180] / module / ppo / ppo[ID] / timer / timer[ID]

CLI REST-API

on

on
This is a read-write object and valid values are daytimes.

Datatype-Help:
a daytime looks like this: HH:MM:SS.
HH is hours
MM is minutes
SS is seconds
Examples:
12:00:00
08:00:00
23:59:59
Some other Formats are also accepted.



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/ppo/ppo[ID]/timer/timer[ID]
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/ppo/ppo[ID]/timer/timer[ID]/off

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer/timer.*


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer/timer.*


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer/timer.*
Body:
{
  "on": "23:59:59"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer/timer.* -d
{
  "on": "23:59:59"
}